type github.com/klauspost/compress/flate.fastGen
17 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L21: return &fastEncL1{fastGen: fastGen{cur: maxStoreBlockSize}}
fast_encoder.go#L23: return &fastEncL2{fastGen: fastGen{cur: maxStoreBlockSize}}
fast_encoder.go#L25: return &fastEncL3{fastGen: fastGen{cur: maxStoreBlockSize}}
fast_encoder.go#L27: return &fastEncL4{fastGen: fastGen{cur: maxStoreBlockSize}}
fast_encoder.go#L29: return &fastEncL5{fastGen: fastGen{cur: maxStoreBlockSize}}
fast_encoder.go#L31: return &fastEncL6{fastGen: fastGen{cur: maxStoreBlockSize}}
fast_encoder.go#L75: type fastGen struct {
fast_encoder.go#L80: func (e *fastGen) addBlock(src []byte) int32 {
fast_encoder.go#L137: func (e *fastGen) matchlen(s, t int32, src []byte) int32 {
fast_encoder.go#L163: func (e *fastGen) matchlenLong(s, t int32, src []byte) int32 {
fast_encoder.go#L183: func (e *fastGen) Reset() {
level1.go#L13: fastGen
level2.go#L9: fastGen
level3.go#L7: fastGen
level4.go#L6: fastGen
level5.go#L6: fastGen
level6.go#L6: fastGen
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |